home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / jmedia20.zip / MENU.J < prev    next >
Text File  |  1996-11-01  |  2KB  |  82 lines

  1. 'menu.j
  2. 'sample bbs menu
  3.  
  4. KillMouseFields
  5. ResetWindows
  6. TextWindow 0 0 0 0 0 0
  7.  
  8. 'create custom fill pattern
  9. FillPattern 194 180 150 145 168 162 165 203 LightBlue
  10. Bar 0 0 639 349
  11.  
  12. 'break screen into 128x100 area
  13. SetDimensions 640 350 128 100
  14.  
  15. 'create shadow boxes
  16. FillPattern 194 180 150 145 168 162 165 203 Blue
  17. Bar 10 7 +109 +14
  18. Bar 4 28 +123 +64
  19. Bar 4 98 +123 +17
  20.  
  21. 'create title box
  22. Wizard 8 4 +110 +15 c:\jmedia\BOX1.wiz
  23. FontStyle Triplex HorizDir 4
  24. Color Yellow
  25. TextXY 18 5 YOUR BBS NAME GOES HERE
  26.  
  27. 'create info box
  28. Wizard 2 95 +124 +18 c:\jmedia\Box1.wiz
  29. FontStyle Default HorizDir 1
  30. Color Black
  31. TextXY 3 97 Other types of information about your BBS
  32. TextXY 3 100 Modem speed/type
  33. TextXY 3 103 Other node numbers
  34. TextXY 3 106 Sysops name
  35. TextXY 3 109 etc
  36.  
  37. 'create metallic window
  38. Wizard 2 25 +124 +65 c:\jmedia\METWIN.wiz
  39. FontStyle Default HorizDir 1
  40. Color Black
  41. TextXY 3 27 MAIN MENU
  42.  
  43. 'set button fields
  44. ButtonStyle.Mouse ON
  45. ButtonStyle.UnderLine ON
  46. ButtonStyle.HighLightKey ON
  47. ButtonStyle.LeftJustify ON
  48. ButtonStyle.Bevel OFF
  49. ButtonStyle.Recess OFF
  50. ButtonStyle.Chisel OFF
  51.  
  52. ButtonStyle.Bright DarkGray
  53. ButtonStyle.Dark White
  54. ButtonStyle.Width 190
  55. ButtonStyle.Height 20
  56. ButtonStyle
  57.  
  58. 'paste button commands
  59. Button 5 33 0 0 f <>File Directories<>f^M
  60. Button 5 41 0 0 d <>Download A File<>d^M
  61. Button 5 49 0 0 u <>Upload A File<>u^M
  62. Button 5 57 0 0 l <>Locate A File<>l^M
  63. Button 5 65 0 0 z <>Zippy Text Search<>z^M
  64. Button 5 73 0 0 t <>Transfer Protocol<>t^M
  65. Button 5 81 0 0 n <>New Files<>n^M
  66.  
  67. Button 45 33 0 0 a <>Abandon Conference<>a^M
  68. Button 45 41 0 0 c <>Comment to Sysop<>c^M
  69. Button 45 49 0 0 e <>Enter A Message<>e^M
  70. Button 45 57 0 0 j <>Join A Conference<>j^M
  71. Button 45 65 0 0 q <>Quick Message Scan<>q^M
  72. Button 45 73 0 0 r <>Read Messages<>r^M
  73. Button 45 81 0 0 y <>Your Personal Mail<>y^M
  74.  
  75. Button 85 33 0 0 b <>Bulletins<>b^M
  76. Button 85 41 0 0 s <>Script Questionnaire<>s^M
  77. Button 85 49 0 0 v <>View Your Stats<>v^M
  78. Button 85 57 0 0 x <>Xpert Mode Toggle<>x^M
  79. Button 85 65 0 0 g <>Goodbye <>g^M
  80. Button 85 73 0 0 p <>Page Length<>p^M
  81. Button 85 81 0 0 i <>Initial Logon Screen<>i^M
  82.